CPU - перевод на русский
Diclib.com
Словарь онлайн

CPU - перевод на русский

ELECTRONIC CIRCUITRY WITHIN A COMPUTER THAT CARRIES OUT THE INSTRUCTIONS OF A COMPUTER PROGRAM BY PERFORMING THE BASIC ARITHMETIC, LOGICAL, CONTROL AND INPUT/OUTPUT (I/O) OPERATIONS SPECIFIED BY THE INSTRUCTIONS AND COORDINATES THE OTHER COMPONENTS
Central Processing Unit; Cpu; CPUs; Processors; Central processing units; Personal computer Central Processing Unit; CPU (computer); Processor core; Master control processor; CPU bandwidth; Main processor; Computer processing chip; Central processor; Central processor unit; Central Processor Unit; Processor units; Central Processing unit; CPU; Logical processor; Instruction decoder; Discrete processor; Performance Counter Monitor; Performance counter monitor; Central-processing unit; VCPU; Virtual CPU
  • Block diagram of a basic uniprocessor-CPU computer. Black lines indicate data flow, whereas red lines indicate control flow; arrows indicate flow directions.
  • Symbolic representation of an ALU and its input and output signals
  • A six-bit word containing the binary encoded representation of decimal value 40. Most modern CPUs employ word sizes that are a power of two, for example 8, 16, 32 or 64 bits.
  • Fujitsu board with SPARC64 VIIIfx processors
  • [[EDVAC]], one of the first stored-program computers
  • Basic five-stage pipeline. In the best case scenario, this pipeline can sustain a completion rate of one instruction per clock cycle.
  • IBM PowerPC 604e processor
  • Inside of a laptop, with the CPU removed from socket
  • Model of a subscalar CPU, in which it takes fifteen clock cycles to complete three instructions
  • core memory]] and [[external bus]] interface of a DEC [[PDP-8]]/I, made of medium-scale integrated circuits
  • A simple superscalar pipeline. By fetching and dispatching two instructions at a time, a maximum of two instructions per clock cycle can be completed.

CPU         

общая лексика

Central Processing Unit

центральный процессор, ЦП, ЦПУ

часть компьютера, непосредственно выполняющая машинные команды, из которых состоят программы. Содержит регистровый файл (register file), устройство управления (control unit), устройство управления памятью (MMU), арифметико-логическое устройство (ALU) и другие блоки

существительное

общая лексика

центральный процессор

синоним

central processing unit

processor core         

общая лексика

процессорное ядро, ядро процессора

часть ЦП, содержащая устройство управления и блоки, такие как АЛУ, исполняющие команды. В ядро не входит кэш-память

Смотрите также

ALU; control unit

instruction decoder         

общая лексика

дешифратор команд

блок центрального процессора, выделяющий код операции и операнды команды, а затем вызывающий микропрограмму, исполняющую данную команду

Смотрите также

CPU; fetch cycle; microprogram; operation code

Определение

Процессор

центральное устройство ЦВМ, выполняющее заданные программой преобразования информации и осуществляющее управление всем вычислительным процессом и взаимодействием устройств вычислительной машины. Иногда вместо термина "П." употребляют термины "центральное обрабатывающее устройство", "вычислитель". Основными частями П. являются арифметико-логическое устройство и устройство управления. Устройство управления П. определяет последовательность выборки команд из памяти, вырабатывает управляющие сигналы, координирует работу устройств ЦВМ, обрабатывает сигналы прерывания программ, осуществляет защиту памяти, контролирует и диагностирует работу П. В арифметико-логическом устройстве производятся арифметические и логические преобразования информации. Кроме того, в состав П., как правило, входит сверхоперативное запоминающее устройство (местная память) небольшой ёмкости, а также ряд блоков, предназначенных для организации вычислительного процесса (блок защиты памяти, блок прерывания программ и др.). Оперативное запоминающее устройство (основная память) и каналы связи с периферийными устройствами выполняются в виде отдельных устройств, хотя в небольшой ЦВМ могут конструктивно объединяться с П. и использовать частично его оборудование. П. функционирует в тесном взаимодействии с программными средствами ЦВМ, являющимися как бы продолжением аппаратурных средств П.

Выполнение программы - это последовательное осуществление в заданном порядке арифметических и логических операций (См. Операция) над хранящимися в памяти словами (числами, кодами) и действий, связанных с организацией вычислительного процесса и с оценкой получающихся результатов. Обычно каждой операции соответствует одна команда программы, поэтому П. характеризуется набором выполняемых команд (см. Команд система ЦВМ). Работа П. осуществляется по повторяющимся циклам (тактам). Цикл (такт) работы П. состоит из выборки команды и операндов и выполнения операций над ними. Время выполнения команды (или среднее число команд, выполняемых в единицу времени), т. е. Быстродействие, является важнейшей характеристикой П. При выполнении одной программы обращение к медленно действующим (по сравнению с П.) периферийным устройствам ввода - вывода информации вызывает простой П., которые могут быть уменьшены, если одновременно выполнять несколько программ (мультипрограммные ЦВМ).

В ЦВМ может быть несколько П. (многопроцессорные ЦВМ); П., обеспечивающий ввод - вывод информации, называется периферийным в отличие от др. П., называемых центральными. Наличие нескольких П. позволяет ЦВМ ускорить выполнение одной программы большого объёма или нескольких, в том числе взаимосвязанных, программ. Структура П. и его элементная база являются признаками, определяющими поколение ЦВМ.

Лит.: Флорес А., Организация вычислительных машин, пер. с англ., М., 1972; Каган Б. М., Каневский М. М., Цифровые вычислительные машины и системы, 2 изд., М., 1973; Справочник по цифровой вычислительной технике, под ред. Б. Н. Малиновского, К., 1974.

А. В. Гусев.

Википедия

Central processing unit

A central processing unit (CPU), also called a central processor or main processor, is the most important processor in a given computer. Its electronic circuitry executes instructions of a computer program, such as arithmetic, logic, controlling, and input/output (I/O) operations. This role contrasts with that of external components, such as main memory and I/O circuitry, and specialized coprocessors such as graphics processing units (GPUs).

The form, design, and implementation of CPUs have changed over time, but their fundamental operation remains almost unchanged. Principal components of a CPU include the arithmetic–logic unit (ALU) that performs arithmetic and logic operations, processor registers that supply operands to the ALU and store the results of ALU operations, and a control unit that orchestrates the fetching (from memory), decoding and execution (of instructions) by directing the coordinated operations of the ALU, registers and other components.

Most modern CPUs are implemented on integrated circuit (IC) microprocessors, with one or more CPUs on a single IC chip. Microprocessor chips with multiple CPUs are multi-core processors. The individual physical CPUs, processor cores, can also be multithreaded to create additional virtual or logical CPUs.

An IC that contains a CPU may also contain memory, peripheral interfaces, and other components of a computer; such integrated devices are variously called microcontrollers or systems on a chip (SoC).

Array processors or vector processors have multiple processors that operate in parallel, with no unit considered central. Virtual CPUs are an abstraction of dynamical aggregated computational resources.

Примеры произношения для CPU
1. CPU?
Robot _ Christian Slater & Sam Esmail _ Talks at Google
2. My CPU is intact.
Terminator 3 - Rise of the Machines
3. 10, 15 CPU hours.
NASA Earth, Moon & Mars Exploration Maps _ Ross Beyer _ Talks at Google
4. We had one CPU designer.
A History of The ARM Microprocessor _ Dave Jaggar _ Talks at Google
5. or complete CPU design team.
A History of The ARM Microprocessor _ Dave Jaggar _ Talks at Google
Примеры употребления для CPU
1. We attribute the long battery life chiefly to the Compaq 2510p using an ultralow–voltage Intel CPU.
2. Since then, Apple has been content to issue minor periodic hardware upgrades, which, while not all that exciting, continue to add CPU horsepower while keeping prices steady.
3. On Friday, the police also raided the Jains’ shop and seized the CPU of one of the computers, among other items.
4. As for what‘s inside this slim laptop, we‘re looking at a 1.6GHz or 1.8GHz Intel Core 2 Duo CPU, custom–made by Intel to fit into the slim chassis, 2GB of RAM, and a choice of either an 80GB standard 1.8–inch hard drive or a 64GB SSD drive (which really should be standard for something so forward–looking). Moving up to the SSD drive and faster CPU drives the price up from $1,7'' to a whopping $3,0'8.
5. The cheaper $1,''' version (called the X205–SLi1) includes these extras, but drops the screen resolution to 1,440x'00, the hard drive from 320GB to 240GB, and the CPU from an Intel Core 2 Duo T7500 to a slower T7250.